home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / BombPearlHarbor.swf / scripts / DefineButton2_40 / BUTTONCONDACTION on(keyPress x).as
Text File  |  2006-06-13  |  159b  |  10 lines

  1. on(keyPress "x"){
  2.    if(getProperty("/gunner", _currentframe) == "4")
  3.    {
  4.       tellTarget("gunner")
  5.       {
  6.          gotoAndPlay(1);
  7.       }
  8.    }
  9. }
  10.